-- card: 12609 from stack: in -- bmap block id: 14270 -- flags: 0000 -- background id: 2784 -- name: -- part 2 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=6 top=51 right=312 bottom=505 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 5 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=474 top=307 right=336 bottom=510 -- title width / last selected line: 0 -- icon id / first selected line: 26425 / 26425 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp visual effect scroll left go to next card end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=2 top=22 right=51 bottom=38 -- title width / last selected line: 0 -- icon id / first selected line: 29114 / 29114 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp visual effect iris close pop card end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=1 top=307 right=336 bottom=38 -- title width / last selected line: 0 -- icon id / first selected line: 902 / 902 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp visual effect scroll right go to previous card end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: A004 -- rect: left=131 top=304 right=331 bottom=351 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Click Here for Unlocked Version ----- HyperTalk script ----- on mouseUp push card go to card id 17415 end mouseUp -- part contents for card part 2 ----- text ----- Important Rule: Don't delete or rename any of the fields that are shipped with the basic Element Card. The "Debug" button's script needs to find a background field called "Data". That is the name of the large "Data" field on the unmodified Element Card. If you must delete or rename the "Data" field then, modify the "Debug" button's script and things will be OK. Don't change the "Delete" button's name. It is necessary for the recursive process that "Delete" does with its Child Cards. You can change its shape, properties, or position, but don't change its name! The other buttons can can be moved and resized, and can have any name you like, such as "Make New Job" instead of "Create Peer" or "Create Child". Don't change the scripts unless you know what you are doing.